Which rate limit of REST API is correct

I’m looking into how much REST API rate limiting is.

Then, I found two descriptions for it.

  1. API document
  2. Reply comment from a support on the forum

Could you tell me which is correct?

Hello,

Thanks for reaching out on our Community space! We have a REST and an Events API, each with different limits:

  1. Events - 120/min (enforced per-integration-key)
  2. REST - 900/min (enforced at the account level)

API requests that exceed the API rate limit will return different HTTP status codes depending on which API you are using. REST v2 API will return a 429 code, and our v1 Events API will return a 403 code.

Hope this helps clarify things, please let me know if not or if you have any further questions.

John

1 Like

@Inactive-Member-27144877
Thank you for replying. I got it.

PagerDuty’s REST API Rate Limiting Refresh :arrows_counterclockwise:

We are rolling out some updates to PagerDuty’s REST API rate limits, including:

  1. A refreshed rate limiting system to more consistently and accurately enforce REST API rate limits
  2. New response headers within our REST APIs so that customers can programmatically control the request load sent to PagerDuty
  3. Four dimensions used to enforce the rate limit

:point_right: Learn all about PagerDuty’s :new: REST API rate limits: